2022 iThome 鐵人賽
分享至
系統:ubuntu22.04安裝url:https://www.typescripttutorial.net/typescript-tutorial/typescript-hello-world/
app.ts編譯tsc app.ts會顯示 app.js
let message: string = 'Hello, World!';console.log(message);
IT邦幫忙